home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / DEMONSTR / ATEASY_2.ZIP / MMTIMER.DEF < prev    next >
Text File  |  1993-08-01  |  385b  |  21 lines

  1. ;
  2. ; Module definition file for MMTIMER.DLL
  3. ;
  4. ; Note that the code segment is fixed since we're using there interrupt handler
  5. ;
  6.   
  7. LIBRARY   MMTIMER
  8.  
  9. DESCRIPTION 'ATEasy v2.0 MMTIMER example, Copyright (c) 1993 GEOTEST, INC.'
  10.  
  11. EXETYPE   WINDOWS
  12.  
  13. CODE      PRELOAD FIXED
  14. DATA      PRELOAD FIXED SINGLE
  15.  
  16. HEAPSIZE  1024
  17.  
  18. EXPORTS
  19.     WEP                @1 RESIDENTNAME
  20.  
  21.